Use `file_create(path, mode)`, `dir_create(path, mode, recurse)` and `link_create(path, new_path, symbolic)` to create files, directories, and links. `file_ ...
Create a directory in the current working directory called “testdir2” and a subdirectory for it called “testdir3”, all in one command by using dir.create() and ...
I am trying to get my head around the dir.create() function to create nested folders folder2 and folder3. The solution would be: dir.create(file.path( ...